HomeSort by relevance Sort by last modified time
    Searched refs:NameCount (Results 1 - 6 of 6) sorted by null

  /external/sfntly/cpp/src/test/
verify_name.cc 49 EXPECT_EQ(name->NameCount(), NAME_COUNT);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certenc.h 332 virtual HRESULT WINAPI SetNameCount(LONG DistPointIndex,LONG NameCount) = 0;
352 HRESULT (WINAPI *SetNameCount)(ICertEncodeCRLDistInfo *This,LONG DistPointIndex,LONG NameCount);
374 #define ICertEncodeCRLDistInfo_SetNameCount(This,DistPointIndex,NameCount) (This)->lpVtbl->SetNameCount(This,DistPointIndex,NameCount)
391 HRESULT WINAPI ICertEncodeCRLDistInfo_SetNameCount_Proxy(ICertEncodeCRLDistInfo *This,LONG DistPointIndex,LONG NameCount);
414 virtual HRESULT WINAPI Reset(LONG NameCount) = 0;
432 HRESULT (WINAPI *Reset)(ICertEncodeAltName *This,LONG NameCount);
452 #define ICertEncodeAltName_Reset(This,NameCount) (This)->lpVtbl->Reset(This,NameCount)
465 HRESULT WINAPI ICertEncodeAltName_Reset_Proxy(ICertEncodeAltName *This,LONG NameCount);
    [all...]
ntsecapi.h     [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 245 if (name_index_ < container()->NameCount()) {
250 for (; name_index_ < container()->NameCount(); ++name_index_) {
446 int32_t NameTable::NameCount() {
name_table.h 633 virtual int32_t NameCount();
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 106 for (int32_t i = 0; i < name_table->NameCount(); ++i) {

Completed in 291 milliseconds