Searched refs:indexT (Results 1 – 6 of 6) sorted by relevance
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 283 public virtual void Replace(IToken indexT, object text) { in Replace() argument 284 Replace(DEFAULT_PROGRAM_NAME, indexT, indexT, text); in Replace() 316 public virtual void Delete(IToken indexT) { in Delete() argument 317 Delete(DEFAULT_PROGRAM_NAME, indexT, indexT); in Delete()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenRewriteStream.cs | 322 public virtual void Replace( IToken indexT, object text ) in Replace() argument 324 Replace( DEFAULT_PROGRAM_NAME, indexT, indexT, text ); in Replace() 362 public virtual void Delete( IToken indexT ) in Delete() argument 364 Delete( DEFAULT_PROGRAM_NAME, indexT, indexT ); in Delete()
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
D | TokenRewriteStream.java | 259 public void replace(Token indexT, Object text) { in replace() argument 260 replace(DEFAULT_PROGRAM_NAME, indexT, indexT, text); in replace() 292 public void delete(Token indexT) { in delete() argument 293 delete(DEFAULT_PROGRAM_NAME, indexT, indexT); in delete()
|
/external/antlr/runtime/ObjC/Framework/ |
D | TokenRewriteStream.h | 142 - (void) replaceFromToken:(id<Token>)indexT Text:(NSString *)theText; 148 - (void) deleteToken:(id<Token>)indexT;
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktBasicDrawTests.cpp | 121 IndexedParamsBase (const vk::VkIndexType indexT) in IndexedParamsBase() 122 : indexType (indexT) in IndexedParamsBase() 147 …DrawIndexedParams (const vk::VkPrimitiveTopology top, const vk::VkIndexType indexT, const deUint32… in DrawIndexedParams() 149 , IndexedParamsBase (indexT) in DrawIndexedParams() 183 DrawIndexedIndirectParams (const vk::VkPrimitiveTopology top, const vk::VkIndexType indexT) in DrawIndexedIndirectParams() 185 , IndexedParamsBase (indexT) in DrawIndexedIndirectParams()
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenRewriteStream.as | 151 …public function replaceToken(indexT:Token, text:Object, programName:String = DEFAULT_PROGRAM_NAME)… 152 replaceTokenRange(indexT, indexT, text, programName);
|